
.why-study-cards {
  padding: 30px 0;
  font-family: roboto;
}
.why-study-cards .study-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.why-study-cards .heading2 {
  font-size: 18px;
  color: #004470;
  font-weight: 700;
  margin-bottom: 10px;
}
.why-study-cards .subHeading{
    color: #4f5e6a;
    font-size: 12px;
    margin-bottom: 20px;
}
.why-study-cards .study-cards .outer-card {
  width: 100%;
  border-radius: 0;
  padding: 0 0px 30px 0;
}
.why-study-cards .study-cards .outer-card .card {
  width: 100%;
  border-radius: 0;
  border: none;
  height: 100%;
  background: #004477;
}

.why-study-cards .study-cards .outer-card .card img {
  width: 17%;
  display: block;
  margin: 36px auto 0 auto;
  object-fit: cover;
}
.why-study-cards .study-cards .outer-card .card-text {
  text-align: center;
  padding: 30px 30px 30px 30px;
  color: #fff;
}
.why-study-cards .study-cards .outer-card .card-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.why-study-cards .study-cards .outer-card .card .text {
  font-size: 18px;
  line-height: 140%;
  color: #4f5e6a;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 575px) {
  .why-study-cards .heading2 {
    font-size: 22px;
  }
  .why-study-cards .subHeading{
    font-size: 13px;
}
  .why-study-cards .study-cards .outer-card {
    width: 50%;
    border-radius: 0;
    padding: 0 12px 30px 12px;
  }
}
@media (min-width: 992px) {
  .why-study-cards .study-cards .outer-card .card-heading {
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .why-study-cards .heading2 {
    font-size: 38px;
  }
  .why-study-cards .subHeading{
    font-size: 18px;
}
  .why-study-cards .study-cards .outer-card {
    width: 33%;
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
  }
  .why-study-cards .study-cards .outer-card {
    padding: 0 12px 30px 12px;
  }
}
